Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.29
|
Leadtools.Medical.Caching.Storage Namespace > IStorageProvider Interface > Insert Method : Insert(String,Byte[],CacheItemPriority) Method |
'Declaration Overloads Sub Insert( _ ByVal Id As String, _ ByVal data() As Byte, _ ByVal priority As CacheItemPriority _ )
'Usage Dim instance As IStorageProvider Dim Id As String Dim data() As Byte Dim priority As CacheItemPriority instance.Insert(Id, data, priority)
void Insert( String^ Id, array<byte>^ data, CacheItemPriority priority )